home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / AASPLIT.ARJ / README.1ST < prev   
Text File  |  1992-06-07  |  2KB  |  84 lines

  1.  
  2.                                                             June 7, 1992
  3.  
  4.  FSPLIT.EXE - Split up a file into diskette-sized chunks.
  5.  FJOIN.EXE  - Re-join files split up by FSPLIT.
  6.  
  7.  
  8.  I wrote these programs one rainy day because I needed them and
  9.  couldn't find anything anywhere else. I see no reason why they
  10.  shouldn't work on any type of file. I am hereby releasing them
  11.  into the public domain in the hopes of assisting someone who
  12.  finds themselves in the same boat.
  13.  
  14.  No warranty, express or implied, is included. Use at your own
  15.  risk. For your peace of mind, I am a professional programmer,
  16.  I did test them, and to the best of my knowledge, they have no
  17.  undocumented features.
  18.  
  19.  Backing up files is always a good idea. Verify the integrity of
  20.  splits/joins by using the DOS command "comp file1 file2".
  21.  
  22.  
  23.  Comments, suggestions may be directed to my USENET address:
  24.  
  25.  wilf.tonsmann@rose.com
  26.  
  27.  
  28.  Enjoy!
  29.  
  30.  Wilf Tonsmann
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  FSPLIT 1.0  (companion to FJOIN)    Freeware by Wilf Tonsmann
  39.  
  40.  Usage is:
  41.  FSPLIT |-q| |drive:|path|filename.ext size
  42.  
  43.  where size is one of: 360
  44.                        720
  45.                        1.2
  46.                        1.44
  47.                        2.88
  48.  
  49.  Use the -q option for quiet operation (no screen output).
  50.  
  51.  Files split by FSPLIT can be rejoined by using FJOIN,
  52.  or by a DOS binary copy, for example:
  53.  
  54.          (source 1)        (source 2...)   (destination)
  55.  
  56.  copy /B txt_file.001 /B + txt_file.002 /B txt_file.txt
  57.  
  58.  FSPLIT is yours to use at your own risk. If you find it
  59.  useful, please do something helpful for someone who needs you.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  FJOIN 1.0   (companion of FSPLIT)    Freeware by Wilf Tonsmann
  67.  
  68.  Usage is:
  69.  FJOIN |-q| |drive:|path|filename.ext
  70.  
  71.  Use the -q option for quiet operation (no screen output).
  72.  
  73.  FJOIN expects to find 2 or more files named
  74.  filename.001, filename.002, etc. and will perform the
  75.  equivalent of a DOS binary copy in creating filename.ext
  76.  from the file fragments.
  77.  
  78.  
  79.  FJOIN is yours to use at your own risk. If you find it
  80.  useful, please be kind to a stranger.
  81.  
  82.  
  83.  
  84.